home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Files / SettingUpStdFile / SettingUpStdFilePPC.make < prev    next >
Encoding:
Text File  |  1994-04-04  |  948 b   |  31 lines  |  [TEXT/MPS ]

  1. #   File:       SettingUpStdFilePPC.make
  2. #   Target:     SettingUpStdFilePPC
  3. #   Sources:    SettingUpStdFile.c
  4. #   Created:    Wednesday, March 30, 1994 10:46:27 AM
  5.  
  6.  
  7. OBJECTS = SettingUpStdFile.o
  8.  
  9.  
  10.  
  11. SettingUpStdFilePPC ƒƒ SettingUpStdFilePPC.make  {OBJECTS}
  12.     PPCLink  -sym on ∂
  13.         {OBJECTS} ∂
  14.         "{PPCLibraries}"InterfaceLib.xcoff ∂
  15.         "{PPCLibraries}"MathLib.xcoff ∂
  16.         "{PPCLibraries}"StdCLib.xcoff ∂
  17.         "{PPCLibraries}"StdCRuntime.o ∂
  18.         "{PPCLibraries}"PPCCRuntime.o ∂
  19.         -main __start ∂
  20.         -o SettingUpStdFilePPC.xcoff
  21.     makePEF SettingUpStdFilePPC.xcoff -o SettingUpStdFilePPC ∂
  22.         -l InterfaceLib.xcoff=InterfaceLib ∂
  23.         -l MathLib.xcoff=MathLib ∂
  24.         -l StdCLib.xcoff=StdCLib ∂
  25.         -ft APPL -fc '????'
  26.     MakeSYM SettingUpStdFilePPC.xcoff -o SettingUpStdFilePPC.xSYM
  27.     Rez CodeFrag.r -append -o SettingUpStdFilePPC
  28.  
  29. SettingUpStdFile.o ƒ SettingUpStdFilePPC.make SettingUpStdFile.c
  30.      PPCC -w all -appleext on -sym on SettingUpStdFile.c -o SettingUpStdFile.o
  31.